Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid recreating animated image representations when reloaded with identical options #2347

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

yeatse
Copy link
Contributor

@yeatse yeatse commented Jan 18, 2025

Loading some animated image formats can be resource-intensive. To optimize performance, we should avoid reloading them from the disk cache if the loading options remain unchanged.

Fixes yeatse/KingfisherWebP#85

@onevcat
Copy link
Owner

onevcat commented Jan 29, 2025

Make sense! Thanks for it.

I'll prepare a tag very soon.

@onevcat onevcat merged commit 37345a2 into onevcat:master Jan 29, 2025
24 checks passed
@yeatse yeatse deleted the avoid-unneeded-recreation branch January 29, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

在tableview进行刷新时,cell里的webp动图会闪烁一下
2 participants